[INFO] cloning repository https://github.com/illumos/fb-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/illumos/fb-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fillumos%2Ffb-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fillumos%2Ffb-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 46e2f38dd34f5401ea3149117c961d4fb81dea1b
[INFO] fixing illumos/fb-rs against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fillumos%2Ffb-rs" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/illumos/fb-rs
[INFO] finished tweaking git repo https://github.com/illumos/fb-rs
[INFO] tweaked toml for git repo https://github.com/illumos/fb-rs written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/illumos/fb-rs on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/illumos/fb-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e23d4fe9d1558b47404cadf0b4ca847a5d1c70f663d6338066d7bd21e48ddae7
[INFO] running `Command { std: "docker" "start" "e23d4fe9d1558b47404cadf0b4ca847a5d1c70f663d6338066d7bd21e48ddae7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e23d4fe9d1558b47404cadf0b4ca847a5d1c70f663d6338066d7bd21e48ddae7" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e23d4fe9d1558b47404cadf0b4ca847a5d1c70f663d6338066d7bd21e48ddae7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e23d4fe9d1558b47404cadf0b4ca847a5d1c70f663d6338066d7bd21e48ddae7" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]     Checking illumos-fb v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> src/lib.rs:104:36
[INFO] [stdout]      |
[INFO] [stdout]  104 |         let r = unsafe { ioctl(fd, sys::VIS_GETIDENTIFIER, &mut vid) };
[INFO] [stdout]      |                          -----     ^^^^^^^^^^^^^^^^^^^^^^ expected `u64`, found `i32`
[INFO] [stdout]      |                          |
[INFO] [stdout]      |                          arguments to this function are incorrect
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.177/src/unix/linux_like/mod.rs:1782:20
[INFO] [stdout]      |
[INFO] [stdout] 1782 |             pub fn ioctl(fd: c_int, request: Ioctl, ...) -> c_int;
[INFO] [stdout]      |                    ^^^^^
[INFO] [stdout] help: you can convert an `i32` to a `u64` and panic if the converted value doesn't fit
[INFO] [stdout]      |
[INFO] [stdout]  104 |         let r = unsafe { ioctl(fd, sys::VIS_GETIDENTIFIER.try_into().unwrap(), &mut vid) };
[INFO] [stdout]      |                                                          ++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> src/lib.rs:104:36
[INFO] [stdout]      |
[INFO] [stdout]  104 |         let r = unsafe { ioctl(fd, sys::VIS_GETIDENTIFIER, &mut vid) };
[INFO] [stdout]      |                          -----     ^^^^^^^^^^^^^^^^^^^^^^ expected `u64`, found `i32`
[INFO] [stdout]      |                          |
[INFO] [stdout]      |                          arguments to this function are incorrect
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.177/src/unix/linux_like/mod.rs:1782:20
[INFO] [stdout]      |
[INFO] [stdout] 1782 |             pub fn ioctl(fd: c_int, request: Ioctl, ...) -> c_int;
[INFO] [stdout]      |                    ^^^^^
[INFO] [stdout] help: you can convert an `i32` to a `u64` and panic if the converted value doesn't fit
[INFO] [stdout]      |
[INFO] [stdout]  104 |         let r = unsafe { ioctl(fd, sys::VIS_GETIDENTIFIER.try_into().unwrap(), &mut vid) };
[INFO] [stdout]      |                                                          ++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> src/lib.rs:187:31
[INFO] [stdout]      |
[INFO] [stdout]  187 |         if unsafe { ioctl(fd, sys::KDGETMODE, &mut mode) } < 0 {
[INFO] [stdout]      |                     -----     ^^^^^^^^^^^^^^ expected `u64`, found `i32`
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     arguments to this function are incorrect
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.177/src/unix/linux_like/mod.rs:1782:20
[INFO] [stdout]      |
[INFO] [stdout] 1782 |             pub fn ioctl(fd: c_int, request: Ioctl, ...) -> c_int;
[INFO] [stdout]      |                    ^^^^^
[INFO] [stdout] help: you can convert an `i32` to a `u64` and panic if the converted value doesn't fit
[INFO] [stdout]      |
[INFO] [stdout]  187 |         if unsafe { ioctl(fd, sys::KDGETMODE.try_into().unwrap(), &mut mode) } < 0 {
[INFO] [stdout]      |                                             ++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> src/lib.rs:209:31
[INFO] [stdout]      |
[INFO] [stdout]  209 |         if unsafe { ioctl(fd, sys::KDSETMODE, mode) } < 0 {
[INFO] [stdout]      |                     -----     ^^^^^^^^^^^^^^ expected `u64`, found `i32`
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     arguments to this function are incorrect
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.177/src/unix/linux_like/mod.rs:1782:20
[INFO] [stdout]      |
[INFO] [stdout] 1782 |             pub fn ioctl(fd: c_int, request: Ioctl, ...) -> c_int;
[INFO] [stdout]      |                    ^^^^^
[INFO] [stdout] help: you can convert an `i32` to a `u64` and panic if the converted value doesn't fit
[INFO] [stdout]      |
[INFO] [stdout]  209 |         if unsafe { ioctl(fd, sys::KDSETMODE.try_into().unwrap(), mode) } < 0 {
[INFO] [stdout]      |                                             ++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> src/lib.rs:276:27
[INFO] [stdout]      |
[INFO] [stdout]  276 |     if unsafe { ioctl(fd, sys::FBIOGATTR, &mut a.attr) } < 0 {
[INFO] [stdout]      |                 -----     ^^^^^^^^^^^^^^ expected `u64`, found `i32`
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 arguments to this function are incorrect
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.177/src/unix/linux_like/mod.rs:1782:20
[INFO] [stdout]      |
[INFO] [stdout] 1782 |             pub fn ioctl(fd: c_int, request: Ioctl, ...) -> c_int;
[INFO] [stdout]      |                    ^^^^^
[INFO] [stdout] help: you can convert an `i32` to a `u64` and panic if the converted value doesn't fit
[INFO] [stdout]      |
[INFO] [stdout]  276 |     if unsafe { ioctl(fd, sys::FBIOGATTR.try_into().unwrap(), &mut a.attr) } < 0 {
[INFO] [stdout]      |                                         ++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> src/lib.rs:187:31
[INFO] [stdout]      |
[INFO] [stdout]  187 |         if unsafe { ioctl(fd, sys::KDGETMODE, &mut mode) } < 0 {
[INFO] [stdout]      |                     -----     ^^^^^^^^^^^^^^ expected `u64`, found `i32`
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     arguments to this function are incorrect
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.177/src/unix/linux_like/mod.rs:1782:20
[INFO] [stdout]      |
[INFO] [stdout] 1782 |             pub fn ioctl(fd: c_int, request: Ioctl, ...) -> c_int;
[INFO] [stdout]      |                    ^^^^^
[INFO] [stdout] help: you can convert an `i32` to a `u64` and panic if the converted value doesn't fit
[INFO] [stdout]      |
[INFO] [stdout]  187 |         if unsafe { ioctl(fd, sys::KDGETMODE.try_into().unwrap(), &mut mode) } < 0 {
[INFO] [stdout]      |                                             ++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> src/lib.rs:209:31
[INFO] [stdout]      |
[INFO] [stdout]  209 |         if unsafe { ioctl(fd, sys::KDSETMODE, mode) } < 0 {
[INFO] [stdout]      |                     -----     ^^^^^^^^^^^^^^ expected `u64`, found `i32`
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     arguments to this function are incorrect
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.177/src/unix/linux_like/mod.rs:1782:20
[INFO] [stdout]      |
[INFO] [stdout] 1782 |             pub fn ioctl(fd: c_int, request: Ioctl, ...) -> c_int;
[INFO] [stdout]      |                    ^^^^^
[INFO] [stdout] help: you can convert an `i32` to a `u64` and panic if the converted value doesn't fit
[INFO] [stdout]      |
[INFO] [stdout]  209 |         if unsafe { ioctl(fd, sys::KDSETMODE.try_into().unwrap(), mode) } < 0 {
[INFO] [stdout]      |                                             ++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> src/lib.rs:276:27
[INFO] [stdout]      |
[INFO] [stdout]  276 |     if unsafe { ioctl(fd, sys::FBIOGATTR, &mut a.attr) } < 0 {
[INFO] [stdout]      |                 -----     ^^^^^^^^^^^^^^ expected `u64`, found `i32`
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 arguments to this function are incorrect
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.177/src/unix/linux_like/mod.rs:1782:20
[INFO] [stdout]      |
[INFO] [stdout] 1782 |             pub fn ioctl(fd: c_int, request: Ioctl, ...) -> c_int;
[INFO] [stdout]      |                    ^^^^^
[INFO] [stdout] help: you can convert an `i32` to a `u64` and panic if the converted value doesn't fit
[INFO] [stdout]      |
[INFO] [stdout]  276 |     if unsafe { ioctl(fd, sys::FBIOGATTR.try_into().unwrap(), &mut a.attr) } < 0 {
[INFO] [stdout]      |                                         ++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `illumos-fb` (lib) due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `illumos-fb` (lib test) due to 4 previous errors
[INFO] running `Command { std: "docker" "inspect" "e23d4fe9d1558b47404cadf0b4ca847a5d1c70f663d6338066d7bd21e48ddae7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e23d4fe9d1558b47404cadf0b4ca847a5d1c70f663d6338066d7bd21e48ddae7", kill_on_drop: false }`
[INFO] [stdout] e23d4fe9d1558b47404cadf0b4ca847a5d1c70f663d6338066d7bd21e48ddae7
